AuthenticationError

data class AuthenticationError(val accountMeta: AccountMeta, val type: AuthenticationType, val data: ErrorData)

Authentication error that occurred during the authentication process.

Constructors

Link copied to clipboard
constructor(accountMeta: AccountMeta, type: AuthenticationType, data: ErrorData)

Properties

Link copied to clipboard

Metadata of the account for which the authentication error occurred. Instance of AccountMeta.

Link copied to clipboard

The specific error that occurred during authentication. Instance of ErrorData.

Link copied to clipboard

The type of authentication that encountered the error. Instance of AuthenticationType.